home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 December / PCWDEC07.iso / Software / Freeware / FlashGot 0.6.4 / chrome / flashgot.jar / content / flashgot / flashgotOverlayFF.xul < prev    next >
Encoding:
Extensible Markup Language  |  2007-08-29  |  809 b   |  18 lines

  1. <?xml version="1.0"?>
  2. <overlay id="flashgotOverlayFF" 
  3.     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  4.   <script type="application/x-javascript" src="chrome://global/content/XPCNativeWrapper.js"/>
  5.   <keyset id="mainKeyset">
  6.     <key id="flashgot-link-key" keycode="VK_F1" modifiers="accel" oncommand="gFlashGot.downloadLink()" />
  7.     <key id="flashgot-sel-key" keycode="VK_F2" modifiers="accel" oncommand="gFlashGot.downloadSel()"/>
  8.     <key id="flashgot-all-key" keycode="VK_F3" modifiers="accel" oncommand="gFlashGot.downloadAll()"/>
  9.     <key id="flashgot-tabs-key" keycode="VK_F6" modifiers="accel" oncommand="gFlashGot.downloadTabs()"/>
  10.   </keyset>
  11.   
  12.   <menupopup id="menu_ToolsPopup">
  13.     <menu id="flashgot-menu"
  14.       insertbefore="prefSep"
  15.       />
  16.    </menupopup>
  17. </overlay>
  18.